home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Keyboard
/
Keyboard Messages
/
CommandKeyMessage.cp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
211 b
|
14 lines
|
[
TEXT/CWIE
]
// CommandKeyMessage.cp
#ifndef CommandKeyMessage_h
#include "CommandKeyMessage.h"
#endif
#ifndef MenuBar_h
#include "MenuBar.h"
#endif
void CommandKeyMessage::Send() const
{
MenuBar::The().Key( key );
}